1999-11-10 Jonathan Blandford <jrb@redhat.com>
* src/gdk-pixbuf-io.c (gdk_pixbuf_load_module): removed spurious
print statements.
+1999-11-10 Jonathan Blandford <jrb@redhat.com>
+
+ * src/gdk-pixbuf-io.c (gdk_pixbuf_load_module): removed spurious
+ print statements.
+
1999-11-10 Federico Mena Quintero <federico@redhat.com>
* src/gdk-pixbuf-io.c (gdk_pixbuf_new_from_xpm_data): Added
g_free (module_name);
g_free(path);
return;
- } else {
- printf("loaded module `%s'\n", module_name);
}
g_free(path);
} else {
- printf("loaded module `%s'\n", path);
g_free (path);
}